Table validations
Table Validations
Validations on tables are performed to verify if business conditions are met as required by the Process.
If conditions are not met, an error message will display to end users, prompting them to make a correction. However, when conditions are met, end users continue normally without interruption in the Process flow.
Bizagi offers four ways to validate a Table control:
-
Validations button:
- Executes when end users click on the Next button in an Activity.
- The system validates the integrity of the Table and the coherence between records.
-
Validation expression (Add options):
- Executes when end users click the Save button on an Add form.
- The system validates the information of the new record to be added.
-
Validation expression (Edit options):
- Executed when end users click the Save button on an Edit form.
- The system validates the information of the existing record being edited.
-
Validation expression (Delete options):
- Executes when end users delete a record of a table.
- The system validates the information to allow or restrict the deletion.